home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / python2.6 / sitecustomize.py
Text File  |  2009-10-19  |  155b  |  8 lines

  1. # install the apport exception handler if available
  2. try:
  3.     import apport_python_hook
  4. except ImportError:
  5.     pass
  6. else:
  7.     apport_python_hook.install()
  8.